home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_1599 / 1324 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  1.4 KB

  1. From: Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
  2. Date: Thu, 28 Apr 94 10:29:13 +0200
  3. Message-Id: <9404280829.AA02125@issan.informatik.uni-dortmund.de>
  4. To: brad@tazboy.Jpl.Nasa.Gov
  5. In-Reply-To: <9404270143.AA25944@tazboy.JPL.NASA.GOV> (brad@tazboy.Jpl.Nasa.Gov)
  6. Subject: Re: mint library fgetc
  7.  
  8. brad@tazboy.Jpl.Nasa.Gov (Brad Pickering) writes:
  9.  
  10. |> I have been playing around with Scheme->C under MiNT, trying
  11. |> to track down why it doesn't work the same as under UNIX on
  12. |> the Sun.  If anybody has ported Scheme->C to MiNT, could you
  13. |> let me know.
  14.  
  15. I don't know about Scheme->C, but Jacal, the scheme to c compiler for
  16. scm, runs strait out of the box.  It is available from any GNU
  17. archive.
  18.  
  19. |> [...]
  20. |> Below is part of the code for filbuf in the MiNT library.  It looks
  21. |> like the EOF flag is not set if the file has the IODEV flag set.  I
  22. |> don't think this code should care what kind of device it is reading
  23. |> from.  What do you think?
  24.  
  25. Yes, i think this is a bug. EOF is EOF, whether it comes from a
  26. terminal doesn't matter. If a program wants to continue reading from
  27. the terminal after EOF, it should execute clearerr(f).
  28.  
  29. +------------------------------------------------------------------------+
  30. Andreas Schwab                                      "And now for something
  31. schwab@ls5.informatik.uni-dortmund.de                completely different"
  32. * Linux/Atari is coming soon, stay tuned * But don't hold your breath... *
  33.